home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m90.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  502 b   |  22 lines

  1. on startMovie
  2.   global gOnIBM
  3.   identifyPlatform()
  4.   if gOnIBM then
  5.     set gSoundPath to the pathName & "m09h01\"
  6.   else
  7.     set gSoundPath to the pathName & "m09h01:"
  8.   end if
  9.   formatTextField()
  10. end
  11.  
  12. on formatTextField
  13.   global gOnIBM
  14.   if gOnIBM then
  15.     set the textFont of field "final exam text" to "Arial"
  16.     set the textSize of field "final exam text" to 12
  17.   else
  18.     set the textFont of field "final exam text" to "Geneva"
  19.     set the textSize of field "final exam text" to 12
  20.   end if
  21. end
  22.